﻿2026-06-16T09:33:54.6090969Z ##[group]Run actions/checkout@v5
2026-06-16T09:33:54.6091610Z with:
2026-06-16T09:33:54.6091747Z   repository: SaberMage/spt-shell-notify
2026-06-16T09:33:54.6091922Z   path: .adapter-notify
2026-06-16T09:33:54.6093893Z   token: ***
2026-06-16T09:33:54.6094014Z   ssh-strict: true
2026-06-16T09:33:54.6094139Z   ssh-user: git
2026-06-16T09:33:54.6094261Z   persist-credentials: true
2026-06-16T09:33:54.6094401Z   clean: true
2026-06-16T09:33:54.6094529Z   sparse-checkout-cone-mode: true
2026-06-16T09:33:54.6094688Z   fetch-depth: 1
2026-06-16T09:33:54.6094812Z   fetch-tags: false
2026-06-16T09:33:54.6094941Z   show-progress: true
2026-06-16T09:33:54.6095065Z   lfs: false
2026-06-16T09:33:54.6095173Z   submodules: false
2026-06-16T09:33:54.6095296Z   set-safe-directory: true
2026-06-16T09:33:54.6095431Z ##[endgroup]
2026-06-16T09:33:54.6770892Z Syncing repository: SaberMage/spt-shell-notify
2026-06-16T09:33:54.6775889Z ##[group]Getting Git version info
2026-06-16T09:33:54.6776169Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core\.adapter-notify'
2026-06-16T09:33:54.7075002Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-16T09:33:54.7272060Z git version 2.43.0.windows.1
2026-06-16T09:33:54.7296821Z ##[endgroup]
2026-06-16T09:33:54.7303910Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\20f7dad6-b300-4a13-b7a7-8fb77f187abe\.gitconfig'
2026-06-16T09:33:54.7316293Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\20f7dad6-b300-4a13-b7a7-8fb77f187abe' before making global git config changes
2026-06-16T09:33:54.7317038Z Adding repository directory to the temporary git global config as a safe directory
2026-06-16T09:33:54.7321381Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-16T09:33:54.7539083Z ##[group]Initializing the repository
2026-06-16T09:33:54.7543587Z [command]"c:\program files\git\cmd\git.exe" init C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-16T09:33:54.7834512Z Initialized empty Git repository in C:/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-16T09:33:54.7862622Z [command]"c:\program files\git\cmd\git.exe" remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-16T09:33:54.8109602Z ##[endgroup]
2026-06-16T09:33:54.8109844Z ##[group]Disabling automatic garbage collection
2026-06-16T09:33:54.8114255Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-16T09:33:54.8328870Z ##[endgroup]
2026-06-16T09:33:54.8329103Z ##[group]Setting up auth
2026-06-16T09:33:54.8335318Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-16T09:33:54.8542781Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-16T09:33:55.2123838Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-16T09:33:55.2349642Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-16T09:33:55.5879341Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-16T09:33:55.6090977Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-16T09:33:55.9768593Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-16T09:33:56.0054502Z ##[endgroup]
2026-06-16T09:33:56.0054803Z ##[group]Determining the default branch
2026-06-16T09:33:56.0056607Z Retrieving the default branch name
2026-06-16T09:33:56.5310688Z Default branch 'main'
2026-06-16T09:33:56.5311057Z ##[endgroup]
2026-06-16T09:33:56.5311278Z ##[group]Fetching the repository
2026-06-16T09:33:56.5317492Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-16T09:33:57.3199657Z From https://github.com/SaberMage/spt-shell-notify
2026-06-16T09:33:57.3199941Z  * [new branch]      main       -> origin/main
2026-06-16T09:33:57.3319518Z ##[endgroup]
2026-06-16T09:33:57.3319766Z ##[group]Determining the checkout info
2026-06-16T09:33:57.3320799Z ##[endgroup]
2026-06-16T09:33:57.3325929Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-16T09:33:57.3568042Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-16T09:33:57.3774544Z ##[group]Checking out the ref
2026-06-16T09:33:57.3779150Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-06-16T09:33:57.4065427Z branch 'main' set up to track 'origin/main'.
2026-06-16T09:33:57.4065639Z Reset branch 'main'
2026-06-16T09:33:57.4085408Z ##[endgroup]
2026-06-16T09:33:57.4304051Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-16T09:33:57.4489015Z ee2d37eadc730c0019e0af82d683074c509634a2
